home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / alarm.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-28  |  139 b   |  8 lines

  1. #include "lib.h"
  2.  
  3. PUBLIC unsigned int alarm(sec)
  4. unsigned sec;
  5. {
  6.   return callm1(MM, ALARM, (int) sec, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
  7. }
  8.